- variable typecast
- зведення типів змінних
English-Ukrainian technical dictionary. 2015.
English-Ukrainian technical dictionary. 2015.
Typecast — Typumwandlung (engl. type conversion oder cast) bezeichnet in der Informatik die Umwandlung des Wertes eines Datentyps in einen Wert eines anderen Datentyps. Beispielsweise kann es sein, dass man eine Zahl als Zeichenkette darstellen möchte. Es… … Deutsch Wikipedia
C variable types and declarations — The C programming language has an extensive system for declaring variables of different types. The rules for the more complex types can be confusing at times, due to the decisions taken over their design. The principal decision is that the… … Wikipedia
Comparison of Pascal and C — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
Comparison of Object Pascal and C — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
MUF (programming language) — MUF (short for Multi User Forth ) is a Forth based programming language used on TinyMUCK MUCK servers and their descendants, including Fuzzball MUCK, ProtoMUCK and GlowMUCK. MUF is the system programming language for TinyMUCK systems. Many… … Wikipedia
Compatibility of C and C++ — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
Clone (Java method) — clone() is a method in the Java programming language for object duplication.Since objects in Java are manipulated through reference variables, there is no direct way to copy an object. (We would be trying to duplicate the reference variable… … Wikipedia
Setcontext — is one of a family of C library functions (the others being getcontext, makecontext and swapcontext) used for context control. The setcontext family allows the implementation in C of advanced control flow patterns such as iterators, fibers, and… … Wikipedia
setcontext — is one of a family of C library functions (the others being getcontext, makecontext and swapcontext) used for context control. The setcontext family allows the implementation in C of advanced control flow patterns such as iterators, fibers, and… … Wikipedia
motion picture — motion picture, adj. 1. a sequence of consecutive pictures of objects photographed in motion by a specially designed camera (motion picture camera) and thrown on a screen by a projector (motion picture projector) in such rapid succession as to… … Universalium
autoboxed — adjective Automatically boxed (mapped from a primitive type to a complex object). The error indicates that we cannot typecast and modify data of an autoboxed variable. See Also: autoboxing … Wiktionary